Skip to content
Your New Shop

Your New Shop

  • Jackets
  • Shoes
  • Tops
  • Bottoms
  • More

    Tag: Loops

    Java#4: How to Create a While Loop in Java

      //How to use a While Loop in Java// //Counter int counter = 0; //While Loop// while (counter <4) { //Printing out each iteration of counter until…… Read more “Java#4: How to Create a While Loop in Java”

    March 8, 2017March 20, 2017 by dagbacomputers

    Java #2: Decreasing For Loop Example

    //Decreasing For Loop //int dCounter starts at 10,until it is = to -1, and it is going down by 1 each iteration// for (int dCounter =10; dCounter>-1;dCounter–)…… Read more “Java #2: Decreasing For Loop Example”

    March 7, 2017March 20, 2017 by dagbacomputers

    Java #1: Increasing For Loop Example

    //Int counter set to 0,While counter is less than 11, The ‘++’ means to add one to counter every iteration for(int Counter = 0;Counter<11; Counter++) { //Printing…… Read more “Java #1: Increasing For Loop Example”

    March 7, 2017March 20, 2017 by dagbacomputers

    Python #2: Decreasing Loop Progam

    #DagbaComputers #Python #Programmer Akinwale Owi # #How to write a decreasing for loop in Python for decreasingCounter in range(10,-1,-1): print(decreasingCounter) #space print(”) #Will print when loop is…… Read more “Python #2: Decreasing Loop Progam”

    March 7, 2017March 20, 2017 by dagbacomputers
    Create a free website or blog at WordPress.com.
    Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
    To find out more, including how to control cookies, see here: Cookie Policy
    • Subscribe Subscribed
      • Your New Shop
      • Already have a WordPress.com account? Log in now.
      • Your New Shop
      • Subscribe Subscribed
      • Sign up
      • Log in
      • Report this content
      • View site in Reader
      • Manage subscriptions
      • Collapse this bar
     

    Loading Comments...
     

      Design a site like this with WordPress.com
      Get started