Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~370 People Reached
Favorite Forums
Favorite Tags
c x 2
c++ x 1
Member Avatar for dalk8978

Can someone please convert these into printf statements.I cant get it to work .Thanks [CODE]cout<<character[i]<<" "<<int(character[i])<<endl; cout<< numbers[i]<<" "<<char( numbers[i])<<endl;[/CODE]

Member Avatar for Narue
0
32
Member Avatar for dalk8978

This is a two part program that I i had someone help me do but I need it transfered to simple c (printf and scanf ). If someone could help that would be great. 1) //Header file section #include<iostream> #include<cctype> using namespace std; void main() { char character[6],ch; int count=0; …

Member Avatar for WaltP
0
178
Member Avatar for dalk8978

Can someone help me out with this program. Programming problem – This program must meet the following criteria: 1. Character reading loop: i. Requests the user to enter a character at the keyboard 5 different times. ii. Reads in each character using getchar () within the loop. iii. Verifies that …

Member Avatar for frogboy77
0
160