Computer Science, asked by CouriOus, 9 months ago

F = 2
S =3
T = F*S
print ( F,S,T )
T = S*F
print ( F,S,T )

Answers

Answered by CoderRishav
2

Answer:

Here is the output

Explanation:

Please mark as brainlist and vote this answer :)

Attachments:
Answered by minakshikumari0019
0

Answer:

Given below:-

Explanation:

It is kind of looping statement.

Output will be like

(2,3,5)

(10,3,30)

and it will go like this forever.....

Similar questions