Computer Science, asked by aliabushad7, 8 months ago

What kind of program element are the following:
13,' 9',"9", main()​

Answers

Answered by IamGenesis
1

Answer:

13 : integer literal

'9' : Character Literal

"9" : String

main() : method or function

Similar questions