Home Forums C# Programming looping(for loop,do-while loop and while loop)

Viewing 0 reply threads
  • Author
    Posts
    • #2124
      msaleh
      Participant

      patulong naman bukas na ang pasahan. ASAP!!!!

      TURBOC++ IDE po ito

      sana mtulong ako kgad tnx..

      dapat #include at my (for loop,do-while loop and while loop)

      ung cmula hnd po iostream

      1.)<


      ganito po ang output dapat


      >

      input a number from (1-10): 5

      5
      10
      15
      20
      .
      .
      .
      100
      <


      END


      >

      2.)<


      ganito po ang output dapat


      >
      display a 10 X 10 multiplication table
      (1-10)pa din

      input rows: 3
      input columns: 4

      1 4 3 4
      2 5 6 8
      3 6 9 12
      <


      END


      >

      3.)<


      ganito po ang output dapat


      >
      input a number from (1-10): 4

      ****
      ***
      **
      *
      <


      END


      >

      4.)<


      ganito po ang output dapat


      >
      input a number from (1-10): 5
      1
      1 2
      1 2 3
      1 2 3 4
      1 2 3 4 5
      <
      END


      >

      5.)<


      ganito po ang output dapat


      >

      input a number: 4
      *
      **
      ***
      ****

      <


      END


      >

      6.)<


      ganito po ang output dapat


      >
      FIBONACCI SERIES
      1 1 2 3 5 8 13 21 34 55 89 144…

      ganyan po sana po my tumulong.
      <


      END


      >

Viewing 0 reply threads
  • The forum ‘C# Programming’ is closed to new topics and replies.