Computer Science, asked by ishikapal0283, 6 months ago

Question 21.
If we have an expression a = b*
10; and we want to convert their
expression in shorthand
assignment operator. Find out
which expression we will write:
Answer:
a * = 10
a * b = 10
a * = 5, 10
We will not able to convert
the expression in shorthand
assignment operator​

Answers

Answered by aryaman7839
1

Explanation:

You can use following syntax to multiply one number from another :

a=b*10

a/b=10

Similar questions