Supercomputer because they are like hundreds of computers in one they also use them at NASA and stuff
Answer:
num
Explanation:
In java reserved words are also known as keywords, keywords are reserve words for a language that can't be used as an identifier(name of a class, name of a variable, name of an array etc.) int, public static, are reserve words.
In given question num is not a reserved word.
The void keyword. Otherwise you use a type name, such as int or char or string.
1. = 0
2. =-0.5
3.=-0.75
4.=-0.875
5.=-0.9375
Answer:
c. prompt(text[,default Input])
Explanation:
In javaScript the prompt() method displays a dialog box which allows the user input text required by the program.