English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

can u pls help me about this one? I was absent on my programming class last day,bcoz my feeling is not well I miss our lecture and my prof gave us an assignment about this, I don’t know how will I create this program.

task:
create a program that will out put the ascii code together w/ its ascii equivalent.

thank for helping and later i will understand your answers
thank u very strong.

2007-01-25 19:03:13 · 4 answers · asked by dxterz 1 in Computers & Internet Programming & Design

example of this alt+164

2007-01-25 19:06:41 · update #1

im using c++

2007-01-25 20:21:01 · update #2

4 answers

c++ equivalent code

for(int i=0; i<253; i++)
cout<<"ascii value : "<
There is a pbm when i=26.
so the code should be

for(int i=0; i<253; i++)
if(i!=26) cout<<"ascii value : "<

2007-01-25 19:11:46 · answer #1 · answered by Appi Hippi 4 · 0 0

It would help if you said what language you were programming in. In BASIC there are CHR() and ASC() expressions for converting back and forth between characters and ASCII values. There are similar functions for other languages as well. If you blow it, life probably won't end. Open your book or your browser!

2007-01-25 19:12:50 · answer #2 · answered by Big Bruce 6 · 0 0

undesirable frog and princess....roflmao:):) i'm happy to appreciate the frog did not could be stricken by poisonous methane gasoline fumes being interior that pocket:):) roflmao:):) a superstar you have from me:) thank you, Rags37:):)

2016-12-12 20:34:06 · answer #3 · answered by ? 4 · 0 0

in which language? PASCAL, C, C++ or JAVA language?

2007-01-25 19:12:16 · answer #4 · answered by iyiogrenci 6 · 0 0

fedest.com, questions and answers