نصائح و استشارات برمجية
前往频道在 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
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
