Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'while'

2068645 - while question: gcc while quiz
  1. #include <stdio.h>
  2.  
  3. main() {
  4.   int i = 0;
  5.   {
  6.     printf("%d\n", i++);
  7.   } while (i < 10);
  8. }
1413131 - Equilateral Triangle / Gleichsch: c java triangle pyramid while .net tannenbaum pyramide dreieck gleichschenklig verschachtelt cascaded aufgabe tannenbaum.java lsung
  1. /*
  2. * Title: Equilateral Triangle / Gleichschenkliges Dreieck
  3. * IDE: Microsoft C# .Net 2008
  4. * Info: Mit drei einfachen iterationen
  5. *       Und in zwei Ebenen verschachtelt
  6. *       With three simple iterations
  7. *       in two layers
  8. * Tags: Tannenbaum, Pyramide, Pyramid, Dreieck, Triangle, Gleichschenklig, while, verschachtelt, cascaded, aufgabe, TannenBaum.java, lösung, C#, Java, .net,
  9.  
  10.  
939155 - calculator: while float calc
  1. #include<iostream>
  2.  
  3.  
  4. using namespace std;
  5.  
  6. float add (float a, float b) {
  7.       float c = 0;
  8.       c = a + b;
  9.  
815719 - shell scopes sh shell bash loop while
preview unavailable
worth-right