Question: Library Tools Development Environment General programming concepts Labs allow multiple submissions until satisfactory. The solutions will be released a couple of days after the deadline,










Library Tools Development Environment General programming concepts Labs allow multiple submissions until satisfactory. The solutions will be released a couple of days after the deadline, . UWE Resources Honorock People D Question Connect to the SSH Server. What is the version number of the g++ used on the server? Hint: you can use the websion command to check the version, OBSO 520 930 421 Make a circle.cpp file and paste in the following code shippet: Question 2 20 pts What is the area displayed as the result if you run the program and input 3 as the radion? (provide the cact output value with correct precision you get from the run D Question 3 20 pts If you remove the casing namespace stat statement, which line of code with be marked wrong? the const double R - 3.14159265359" line the line when couts used for the first time the int mainivold line the line which is used for the first time 20 pts D Question 4 What kind of error is it? procedure wy runo o loco 20 pts Question 5 Add the namespace std;"statement lack. Change the real radius radius statement to re-radius: Compile and run your code. Does it compile and on what kind of error One ONS No D Make a circle.cpp file and paste in the following code snippet: -include ciostream> using namespace std; int main(void) { const double PI = 3.14159265359; double radius; double area; double circunference; cout > radius; area - PI radius - radius; circumference = 2 radius . PI; cout using namespace std; Ek int main(void) const double PI = 3.14159265359; double radius: double area; double circumference; cout > radius; area = PI radius radius; circumference - 2 radius PI; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
