Computer Science, asked by chranielbabu, 4 months ago

How to print the report card of 30 students in your class in small basic.

Answers

Answered by Anonymous
5

Answer:

eqstart:

Grade=""

RAW=0

total=100

percentage=0

TextWindow.WriteLine("What is your name?")

name = TextWindow.Read()

gradestart:

TextWindow.WriteLine("What is the name of the subject?, "+name)

subject = TextWindow.Read()

TextWindow.WriteLine("What is your score in "+subject+"?, " +name)

RAW = TextWindow.ReadNumber()

TextWindow.WriteLine("what is your highest possible score in the "+subject+" activity " +name+"?")

Answered by pallavi8221
2

Answer:

eqstart:</p><p>Grade=""</p><p>RAW=0</p><p>total=100</p><p>percentage=0</p><p>TextWindow.WriteLine("What is your name?")</p><p>name = TextWindow.Read()

Similar questions