Created
October 10, 2016 19:06
-
-
Save FreeFly19/bd47696be9ce10e220837640a3a31f8f to your computer and use it in GitHub Desktop.
Class work #1 Task 6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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