Search:

Type: Posts; User: NightLightSky

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,301

    upper

    but what i need is to display on the upper right side
  2. Replies
    4
    Views
    2,301

    my pythagorean code for now

    #include <iostream>
    #include <iomanip>
    #include <math.h>
    using namespace std;
    int main()
    {
    int m, mm;
    double xm;
    int i, j;
    int c;
  3. Replies
    4
    Views
    2,301

    Pythagorean Numbers

    hey i really need help, how can i generate a simple coding of pythagorean table where it reads the upper right triangle? together, how to get table parameters, use nested loops (which prints out the...
Results 1 to 3 of 3