package java122; (ок)
public class Calculator { (ок)
static void main(String[ args) { => public static void main(String[] args) {
System.out.println("Привет!") (ок)
int x = 2-1.2; (ок)
float y == x; => float y = x;
System.out.println(x); (ок)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
package java122; (ок)
public class Calculator { (ок)
static void main(String[ args) { => public static void main(String[] args) {
System.out.println("Привет!") (ок)
int x = 2-1.2; (ок)
float y == x; => float y = x;
System.out.println(x); (ок)