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 'calc'

942539 - Calculo: calc
  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5. package aula1;
  6.  
  7. import java.io.BufferedReader;
  8. import java.io.IOException;
  9.  
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.  
fantasy-obligation
fantasy-obligation