Computer Science, asked by bhosaleanuj723, 9 months ago

• To accept integer and display the result by multiplying it with 3.​

Answers

Answered by Vultor
0

C++:

cin >> j

j = j * 3

print(J)

Similar questions