Computer Science, asked by jj033776, 4 hours ago

solve ("output is * + (4+5)*)​

Answers

Answered by RedProgrammer
0

Answer:

I think there are some typos in your question. I think there isn't supposed to be '*' in your question, instead, it should be: solve print("output is " + (4+5));

Output:

output is 9

Explanation:

Similar questions