Home
О нас
Products
Services
Регистрация
Войти
Поиск
AlbertLotsan
@AlbertLotsan
July 2022
1
11
Report
20 БАЛЛОВ!
Помогите с заданием, решите задание на языке java
Please enter comments
Please enter your name.
Please enter the correct email address.
Agree to
terms of service
You must agree before submitting.
Send
Answers & Comments
lasept
Import java.util.Scanner;
public class MyProg {
public static void main (String[] args) {
Scanner s = new Scanner(System.in);
System.out.print("Введите координату точки: ");
double x = s.nextFloat();
if (x<=8.0f && x>=3.0f)
{
System.out.print("true");
}
else
{
System.out.print("false");
}
}
}
0 votes
Thanks 0
×
Report "20 БАЛЛОВ! Помогите с заданием, решите задание на языке java..."
Your name
Email
Reason
-Select Reason-
Pornographic
Defamatory
Illegal/Unlawful
Spam
Other Terms Of Service Violation
File a copyright complaint
Description
Helpful Links
О нас
Политика конфиденциальности
Правила и условия
Copyright
Контакты
Helpful Social
Get monthly updates
Submit
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
public class MyProg {
public static void main (String[] args) {
Scanner s = new Scanner(System.in);
System.out.print("Введите координату точки: ");
double x = s.nextFloat();
if (x<=8.0f && x>=3.0f)
{
System.out.print("true");
}
else
{
System.out.print("false");
}
}
}