#include
int main()
{
char start, end, dummy;
int cnt, line;
printf("Enter Start Character");
start = getchar();
dummy = getchar();
printf("Enter End Character");
end = getchar();
for(line = 0;cnt = start; cnt<=end; cnt++; line++);
{
printf("%3d%3x%2c", cnt, cnt, cnt);
if(line%3==0 line!=0)&&
{printf("\n")
}
return 0;
}
this is just the start but it says i have errors on line 15 and 18 and i dont know what they are...
a little help would be greatly appreciated.
2007-10-16
11:57:54
·
3 answers
·
asked by
alienworkshop27
1
in
Computers & Internet
➔ Programming & Design
im looking for the error in line 15 and 18, or possibly 14 and 17
2007-10-16
12:05:42 ·
update #1