Search:

Type: Posts; User: cftins

Search: Search took 0.01 seconds.

  1. Thread: adding a loop

    by cftins
    Replies
    7
    Views
    1,107

    Like I said I'm new to this thanks for your input...

    Like I said I'm new to this thanks for your input
    I will fig out hopefully
    Thanks again
  2. Thread: adding a loop

    by cftins
    Replies
    7
    Views
    1,107

    #include int main() { int x;...

    #include <stdio.h>

    int main()
    {

    int x; // will define first number
    int y; // then the second number
  3. Thread: adding a loop

    by cftins
    Replies
    7
    Views
    1,107

    Thanks a lot I'm so new to this I try it but it...

    Thanks a lot I'm so new to this
    I try it but it does not work I'M input the two integers but now it locks up
    where in the code would I put this?
  4. Thread: adding a loop

    by cftins
    Replies
    7
    Views
    1,107

    adding a loop

    how would I add a loop that would instruct a user to enter a pair of 00
    to end a loop



    #include <stdio.h>

    int main()
    {
  5. Thread: Help please

    by cftins
    Replies
    2
    Views
    781

    Help please

    Program 1
    Develop a program that will input the two (distinct) sides of a rectangle, and then compute and display its perimter and area
Results 1 to 5 of 5