Almost there 2ffat,<br>Pass word function is now working. Some little problem. "Enter the nmae and ID of the student" won't compute. Somehow, the cin.getline is not picking it up.<br>#include <iostream.h ><br>#include <string.h...
2ffat,<br>The only thing is that ch has to be an unknow count because the user has to input how many time. It should be dymanically. like one time it would be 2.
Can anyone tell me what is wrong with this program?<br><br>#include <iostream.h><br>int main()<br>{<br> int count[]= {0};<br> int ch, x;<br> float num , total, average;<br><br> x =0;<br> total = 0.0;<br><br> for (count[x]...
I got stuck in this program. I need to be able to access the program after the password is correct. Then I have to put in several student's name, student's id and their grades. I have to calculate their average grade earned. (Each students have few differents...
I got stuck in this program. I need to be able to access the program after the password is correct. Then I have to put in several student's name, student's id and their grades. I have to calculate their average grade earned. (Each students have few differents...
Can anyone tell me what is wrong with this program?<br><br>#include <iostream.h><br>int main()<br>{<br> int count[]= {0};<br> int ch, x;<br> float num , total, average;<br><br> x =0;<br> total = 0.0;<br><br> for (count[x]...
can some one help me finishing this problem.<br><br>#include <iostream.h><br>#include <iomanip.h><br>#include <string.h><br>#include <ctype.h><br><br>class Password // class declaration<br>{<br> public:<br> Password();<br>...
I am writing a password verifier for a class project. John send me his verson of class, which is a MSVC. I am using ?Turbo C++ so I am having a hard time converting it. Can someone help me on this problem<br><br>#include <iostream.h><br>#include...
I am having so trouble with % modular in one of my excercise. The problem starts with a wholesale company who will only ship case of 12 items, or master case of 144 items. That means if someone ordered one item, he will get one case of 12. <br>
Inputs:<br>
1. Number of items order...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.