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
0
Answer:
I seriously don’t know guy sorry really sorry
Explanation:
Answered by
0
Answer:
#include<iostream>
int main()
{
int s;
std::cin<<s;
std::cou<<"s";
}
Similar questions