Computer Science, asked by billgatesash121, 8 months ago

The given code is supposed to get a character from user. Due to some errors, it will produce incorrect output. Fix the below code to print the desired result.


Refer sample input and sample output.



Sample Input:

s

Sample Output:

s

Answers

Answered by Thezoo23
0

Answer:

I seriously don’t know guy sorry really sorry

Explanation:

Answered by komalkanwarrathore20
0

Answer:

#include<iostream>

int main()

{

int s;

std::cin<<s;

std::cou<<"s";

}

Similar questions