NC assignment-BSR
NC assignment-BSR
Abdur Rafay
[Company name] [Company address]
Q2
#include <iostream>
#include <cmath>
using namespace std;
int main()
{
double M, q, r;
double z = 1.0;
return 0;
}
Q3
Part 1
Part 2
#include<iostream>
using namespace std;