Question: could you please use the CodeLite program, or simply just state which program was used. Thank You!! The goal of the assignment is to reinforce



could you please use the CodeLite program, or simply just state which program was used. Thank You!!
The goal of the assignment is to reinforce the beginning C++ concepts and efficiency of algorithms concepts. Specifically, the assignment is to do the following: Write a C++ program that will convert distance measurements from miles to kilometers. Specifically, the program needs to convert 0, 10, 20, 30, 40, 50, 60, 70, 80, and 90 miles to kilometers displaying both the number of miles and the number of kilometers on the same line. Write a C++ program that will calculate and display the areas of some standard geometric figures. Specifically, the program needs to display the areas of the following geometric figures for length of side 1, 2, 3, 4, 5, and 6. You need to have a separate area function for each geometric figure. o equilateral triangle o Square o regular pentagon regular hexagon o o regular heptagon o regular octagon For each of the following code fragments, give an analysis of the running time (Big-Oh notation) sum 0 for (int i 0; ik n; it sum+-+- sum 0 for (int i 0; ik n; it for (int j 0; j
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
