Include a copy of your algorithm as part of the comment block at the beginning of the source code.
Turn-in a print-out of the source code and a screen capture of the output showing one run of the program using the following dimensions for the three rooms: 8 x 10, 20 x 12.5 and 3.25 x 5.5.
main() function should display the new totals.
main() should prompt the user for the two integers, then pass them to a function which
calculates their sum and product and then prints them out. Turn-in a print-out of the source code and a screen capture of the output showing one run of the program using 5 and 7.
main() should prompt the user for the two characters, then pass them to a function which concatinates them together as they are printed-out by the function. Turn-in a print-out of the source code and a screen capture of the output showing one run of the program using A and Z.
main() where it is printed-out. Turn-in a print-out of the source code and a screen capture of the output showing one run of the program using 20, 30, 45, and 59.