• To accept integer and display the result by multiplying it with 3.
Answers
Answered by
0
C++:
cin >> j
j = j * 3
print(J)
Similar questions