3 lines
84 B
Text
3 lines
84 B
Text
#1 = Get_Num("Enter number A: ")
|
|
#2 = Get_Num("Enter number B: ")
|
|
Num_Type(#1 + #2)
|