Respuesta :

Answer:

  1. declare variable
  2. get input
  3. display variable and also increment ASCII of variable and th en display it

Explanation:

  • In above code first we declare a character variable by (var).
  • Then we get a character input from user in (var).
  • Then display character input and at the same time we also display next character by incrementing the ASCII of character input by 1.
ACCESS MORE