Advertising
advertising
related pastes to tag 'calc'
- 942539 - Calculo: calc
-
- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- package aula1;
- import java.io.BufferedReader;
- import java.io.IOException;
- 939155 - calculator: while float calc
-
- #include<iostream>
- using namespace std;
- float add (float a, float b) {
- float c = 0;
- c = a + b;