Answer to Question #335396 in C++ for joyla

Question #335396

create two variables: one containing the uppercase character 'G' and the other with uppercase letter 'O'. You can name the variable anything you want as long as it's a valid name that accepted in C.


1
Expert's answer
2022-04-30T05:39:58-0400
#include <iostream>
using namespace std;
int main()
{
    char chG='G', chO='O';
    cout << chG << chO;

    return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS