Search:

Type: Posts; User: AndreyS10

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,970

    Don't understand what's wrong

    hi


    #include <iostream>
    using namespace std;
    int main()
    {
    int a,b;
    for(a=10;a<21;a++){
    b=0;
  2. Replies
    2
    Views
    1,439

    thank you..I works.. I'm new to programming so I...

    thank you..I works..
    I'm new to programming so I still learn.
  3. Replies
    2
    Views
    1,439

    I don't understand

    hi.. this is my code:


    #include <iostream>
    using namespace std;
    int main()
    {

    float a,b;
    char ex[]="n";
  4. Replies
    5
    Views
    1,158

    I want to make a small game ..to guess the...

    I want to make a small game ..to guess the number beetween 1 an 10. I don't want to show the numbers 1,2,3...10. I know woh to make that:) . so?
  5. Replies
    5
    Views
    1,158

    assigning value

    hi everybody! I'm new to programing in C++.
    I have a question..How I can assign to "x" values beetween 0 and 10.
    I can make " int 0<x<10;" or "int x=1,2,3,4,5,6,7,8,9;" or...
    please help me
Results 1 to 5 of 5