Computer Science, asked by PrateekKumarBarik77, 1 month ago

m=6

n=7

TextWindow.Write(“Product of ” +n+ “and”

+m+ “is ” + m*n)​

Answers

Answered by llFairyHotll
2

Answer:

Microsoft Small Basic

Program

LF = Text.GetCharacter(10)

WQ = Text.GetCharacter(34)

Parse_Init()

Test()

While "True"

TextWindow.Write("Number? ")

n = TextWindow.Read()

Text_IsNumber()

If match Then

TextWindow.ForegroundColor = "Green"

TextWindow.WriteLine(WQ + n + WQ + " = " + value)

Else

TextWindow.ForegroundColor = "Red"

TextWindow.WriteLine(WQ + n + WQ + " is not number.")

EndIf

TextWindow.ForegroundColor = "Gray"

EndWhile

Similar questions