Forum: C++ May 20th, 2007 |
| Replies: 27 Views: 3,348 my problem for introducing hetrosexual is to calculate the people above 32, so how can i do that if hetrosexual is ignored |
Forum: C++ May 19th, 2007 |
| Replies: 27 Views: 3,348 so lets say inthe gender i add heterosexual because i want to calculate the people above 32 where gender male or female doesn't matter,so will it not give me some errors |
Forum: C++ May 19th, 2007 |
| Replies: 27 Views: 3,348 thanks so much sir i really appreciate what u have done fro me let me try and see what i can do |
Forum: C++ May 18th, 2007 |
| Replies: 27 Views: 3,348 this is what i came out with
#include<iostream>
using namespace std;
int main()
{
int num,age,gender,grade,grade10=0,grade12=0,tertiary=0;
int agebelow20=0;
int agebetween20and30=0; |
Forum: C++ May 18th, 2007 |
| Replies: 27 Views: 3,348 sir my problem is now i'm stucked so i don't know how to continue.please help |
Forum: C++ May 18th, 2007 |
| Replies: 27 Views: 3,348 thank u sir this is what i did now.
#include<iostream>
using namespace std;
int main()
{
int num,age,gender,grade,grade10=0,grade12=0,tertiary=0;
int agebelow20=0;
int agebetween20and30=0;... |
Forum: C++ May 18th, 2007 |
| Replies: 27 Views: 3,348 sir which simple arrays are ur refferring to and we haven't done the classes yet but can u tell me about those classes that can help me please |
Forum: C++ May 18th, 2007 |
| Replies: 27 Views: 3,348 i can assure u sir this program is giving me sleepless nights |
Forum: C++ May 18th, 2007 |
| Replies: 27 Views: 3,348 thanks sir i will change that but my question is my output is the calculation of males between 20-30
females between 20-30
and people older than 32
so how can i increment them and initialised them |
Forum: C++ May 18th, 2007 |
| Replies: 27 Views: 3,348 this is what i did.
#include<iostream>
using namespace std;
int main()
{
int maleage32;int femaleage32;int maleagebetween20and32;int femaleagebetween20and32;
int highestgrade;int tertiary;int... |
Forum: C++ May 18th, 2007 |
| Replies: 27 Views: 3,348 my problem is this below information that is there whereas it is npt important in the output of the program whereas its part of the program. this information below.
how old are?
1.if below 20... |
Forum: C++ May 17th, 2007 |
| Replies: 2 Views: 838 tertiary refers to the higher grade than matric so it refers to any qualification more than matric,example a diploma,degree etc |
Forum: C++ May 17th, 2007 |
| Replies: 27 Views: 3,348 so which loop control is a possibility to be used |
Forum: C++ May 16th, 2007 |
| Replies: 2 Views: 838 hello everyone. i'm calculating certain 100 people that have completed a questionnaire and my program has to dertermine the number of males between20-30 and their highest grade which is grade... |
Forum: C++ May 14th, 2007 |
| Replies: 27 Views: 3,348 sir then how can i force the user to enter the righr information |
Forum: C++ May 13th, 2007 |
| Replies: 4 Views: 1,131 the loop is starting from hundred because hundred people completed the following questionnaire.
what is your highest qualification
1.if grade 10
2.if grade 12
3.if any tertiary qualification
how... |
Forum: C++ May 13th, 2007 |
| Replies: 4 Views: 1,131 I Want To Use A For Loop To Enter Three Answers From Three Questions But My Problem Is I Don't Have An Idea Coz I'm New To This C++ Language Please Help? THE LOOP STARTS TO COUNT FROM 100 |
Forum: C++ May 13th, 2007 |
| Replies: 5 Views: 2,035 so how must i go about doing that i mean the pseudocode of th program |
Forum: C May 13th, 2007 |
| Replies: 6 Views: 1,199 my question is i want help to develop a pseudocode for this program before i can compile it |
Forum: C++ May 13th, 2007 |
| Replies: 27 Views: 3,348 hello everyone.
i'm developing a program containing a for loop where the answer of each each respondent to each questrion is read in.
the program is saying:100 people conmpleted the following... |
Forum: C May 11th, 2007 |
| Replies: 6 Views: 1,199 i'm writing a pseudocode for a program that ask a user to enter a data and the program should forced the user to enter a required information.using a for loop.
the program is like this.
women... |
Forum: C++ May 11th, 2007 |
| Replies: 5 Views: 2,035 hello everyone.
i'm developing a program from a department-store customerhas exceeded the credit limit on a charge account.for each of the following facts are available.account no,balance of the... |
Forum: C++ May 10th, 2007 |
| Replies: 6 Views: 4,874 hello i'm so happy to tell u that u have already helped me,i was looking for that program about a department-store customer program, but my question is what if i don't use that if statement. |
Forum: C++ May 10th, 2007 |
| Replies: 9 Views: 1,326 another thing i can ask if u don't mind, i'm also doing a bank account program but i will do it and come back to u,but what i want to know about it is the understanding of how i have to do. |
Forum: C++ May 10th, 2007 |
| Replies: 9 Views: 1,326 thanks so much for your help i will try it and i will definitely get back to u'thanks |
Forum: C++ May 10th, 2007 |
| Replies: 9 Views: 1,326 thanks i will do. but still whenever i compile this program it is leaving this numbers in between so i don't know how to deal with that. |
Forum: C++ May 10th, 2007 |
| Replies: 9 Views: 1,326 thanks i will do. but still whenever i compile this program it is leaving this numbers in between so i don't know how to deal with that. |
Forum: C++ May 10th, 2007 |
| Replies: 9 Views: 1,326 so how can i use the recursive loop because firstly i'm new to c++ programming and also this programming has to be done using if statement only.i'm prepared to listen and learn.i'm not here to copy... |
Forum: C May 10th, 2007 |
| Replies: 8 Views: 1,419 u are definitely correct because some of us we are new to programming so help us inorder for us to help others |
Forum: C++ May 10th, 2007 |
| Replies: 9 Views: 1,326 i'm developing a c++ program here and also i'm nwe to c++.
i have been given a program that has to print integers from 0-10 with their squares and cubes in a table form. but the problem is i'm only... |