1.

Difference Between Ask V/s Input?

Answer»
  • ASK : It is requests the USER for the value and SUBSTITUTES the value during compilation. It is used only in the SETUP section.
  • INPUT : It requests the user for the value at RUNTIME. (i.e., at execution stage). It can be used anywhere in the programming section.

Note: INPUT is mere efficient than ASK.

Note: INPUT is mere efficient than ASK.



Discussion

No Comment Found