Page not loading? Try clicking here.
Placeholder

#598

String 1 - Self Assessment 6 1s - MB

Problems

Write a program that repeatedly receives a character as input. If the character is an alphabet letter, print it as is; if it is a digit, print its ASCII code. The program terminates when any other character is entered.


Example

A
1
@
A
49

Source

자기주도C언어프로그래밍

You must sign in to write code.