User: fdjamaan

  • Public profile

User profile: fdjamaan

User info
User name:fdjamaan
History
Joined:
Number of posts:7
Latest posts:

converting inputted character to its integer code
I want to create a function so that , everytime i pass a value through it, it will convert the value...

converting inputted character to its integer code
bump

converting inputted character to its integer code
[code] #include<iostream> using namespacestd; void readonechar(char) int main(){ char ch; ...

Sentinel values and repition problem (HOMEWORK HELP!)
cout << "Please enter a grade: "; cin >> grade; total = total + grade; count++; when i type any num...

Sentinel values and repition problem (HOMEWORK HELP!)
[code]#include <iostream> using namespace std; int main() { double average,total,grade; int count =...

This user does not accept Private Messages