좀 도와주세요... 뭐가 뭔지 모르겠어요..부탁.
지후
2023.04.01
캐나다에서 software 공부중인 학생입니다.. 제가 여기 온지 얼마 되지 않아 수업 진도 따라 가기가 너무 어렵네요... 컴퓨터에 자신있는것도 아닌데 단지 배우고 싶다는 생각으로 부딪혀 보는 중입니다..
마음처럼 따라 주질 않네요... 도움을 받고 싶어서 이렇게 올립니다.. 좀 도와주세요..
*Display the alphabet on the screen, one letter on each line. Next to each letter, each line should
also contain an average(obtained through the ise of a running total) of all letters displayed in the
left-hand column up to that point.
* The average should be displayed in a right-hand column as an integer.
ASCII code 써서 제가 a 를 선택했어요... 97번 이죠....
while 도 써야되고 printf() 가 3개 이상 쓰면 안된대요..예를들어 c 를 들면 답이 이런식으로 나온대요..
a a
ba
c98
d b
e c
f c
g d
h d
i e
j e
k f
lf
m g
n g