Skip to content

Instantly share code, notes, and snippets.

@FreeFly19
Created October 10, 2016 19:06
Show Gist options
  • Select an option

  • Save FreeFly19/bd47696be9ce10e220837640a3a31f8f to your computer and use it in GitHub Desktop.

Select an option

Save FreeFly19/bd47696be9ce10e220837640a3a31f8f to your computer and use it in GitHub Desktop.
Class work #1 Task 6
public class Main {
public static void main(String[] args) {
float a = 5, b = 3f, h = 3.5f;// a - довжина, b - ширина, h - висота
float V = ...;
System.out.println(V);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment