aboutsummaryrefslogtreecommitdiffstats
path: root/ee1301/wk2/lab2/specrel.cpp
blob: 11d68866b1f300faeae07d9d998658c67aa6421e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <iostream>
#inlcude <cmath>
using namespace std;

int main () {
	
	double L,v,c,Lr;
	c=3e+10;
	cout << "Enter L: "; cin >> L;
	cout << "Enter V: "; cin << v;
	
	
}