(Solved) : 7 15 Points Punith Student Csci 1300 Semester S Writing Program Prints Hello 1300 S Workin Q44015244 . . .
c++ pseudocode

7. (15 points) Punith is a student in CSCI 1300 in this semester. He’s writing a program that prints “Hello 1300!”, but it’s not working well. Describe two compile-time errors and one run-time error and how to fix them. (The cpp file is available on Moodle. Try to run it by yourself) 1 2 3 4 // CS1300 // Author: Punith Sandhu // Recitation: 123 – Favorite TA // Homework 1 – Problem 101 — Hello 1300! #include <iostream> using namespace std; 9 // hello program: it prints “Hello 1300!” 10 int main() { 11 cot << “hello 1300!” << endl return 0; 13 } 12 Show transcribed image text 7. (15 points) Punith is a student in CSCI 1300 in this semester. He’s writing a program that prints “Hello 1300!”, but it’s not working well. Describe two compile-time errors and one run-time error and how to fix them. (The cpp file is available on Moodle. Try to run it by yourself) 1 2 3 4 // CS1300 // Author: Punith Sandhu // Recitation: 123 – Favorite TA // Homework 1 – Problem 101 — Hello 1300! #include using namespace std; 9 // hello program: it prints “Hello 1300!” 10 int main() { 11 cot
Expert Answer
Answer to 7. (15 points) Punith is a student in CSCI 1300 in this semester. He’s writing a program that prints “Hello 1300!”, but …
OR