1.

Underline the error (if any) in the following code and rewrite the correct code (consider header file(s) and getch() in each code); fast plz.​

Answer»

Explanation:#INCLUDE USING namespace std;int main(){    //we will put int at PLACE of void because we need an output    int Hindi = 76;    int social_science = 90;    //variable cannot have SPACE so put an underscore    cout<



Discussion

No Comment Found