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
Using. System; | |
//Пункт а | |
static void main (String[] args); | |
int a = 10; | |
int b = 20; | |
float = c = 10.50f; | |
float = d = 20.50f; |
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
Using. System; | |
static void main (String[]) args; | |
int a = 10; | |
int b = 20; | |
float = c = 10.50f; | |
float = d = 20.50f; | |
Strnig Name = ("Serge") | |
String Age = ("36") |