نصائح و استشارات برمجية
Відкрити в Telegram
• نصائح واستشارات برمجية متعلقة باسئلة تم طرحها • لطرح استفسار او سؤال: @m4md24
Показати більше1 448
Підписники
-124 години
+27 днів
+1530 день
Архів дописів
• هو هيديك خطأ لانك ناسي تستدعي المكتبة، دا الكود بعد التعديل ↓
import java.util.Scanner;
public class CircleArea {
public static void main(String[] args) {
double radius;
double pi = 3.14159;
Scanner input = new Scanner(System.in);
System.out.println("Enter radius : ");
radius = input.nextDouble();
double area = pi * radius * radius;
System.out.println("The area is : " + area);
input.close();
}
}public class CircleArea {
public static void main(String[] args) {
double radius;
double pi = 3.14159;
Scanner input = new Scanner(System.in);
System.out.println("Enter radius : ");
radius = input.nextDouble();
double area = pi * radius * radius;
System.out.println("The area is : " + area);
input.close();
}
}
• Codeforces (
- assiut sheet
- problem sets
)
• LeetCode (
- top interview 150
- problem sets
)
• HackerRank
• TopCoder
• AtCoder
• HackerEarth
• Codewars
• W3Schools (How to)
• W3Resource
• Satr (Solve projects with yourself)
• CoderHub
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
