Advertisement
Guest User

Кря

a guest
Dec 13th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public class tupaya_mutemotichka {
  2. static double pi=3.14;
  3. static float add(float a, float b){
  4. float c;
  5. c = a+b;
  6. return c;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement