برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام<a href="https://code-bezan.ir" title="تمرین برنامه نویسی" target="_blank">اینجا کلیک کنید</a>
<!DOCTYPE html> <html> <head> <title>تمرین برنامه نویسی</title> </head> <body> <a href="https://code-bezan.ir/" target="_blank">اینجا کلیک کنید</a> </body> </html>
<!DOCTYPE html> <html lang="fa" dir="rtl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <a href="https://code-bezan.ir" title="تمرین برنامه نویسی" target="_blank">اینجا کلیک کنید</a> </body> </html>
<head> <titel>تمرین برنامه نوسی</titel> </head> <body> <a href="code-bezan.ir" target="__blank">اینجا کلیک کن</a> </body>
<!DOCTYPE html>
<html>
<body>
<a href="http://code-bezan.ir" target="_blank" title="تمرین برنامه نویسی">اینجا کلیک کنید </a>
</body>
</html>
<!DOCTYPE html> <html> <head> <title>تمرین برنامه نویسی</title> <meta name="author" content="برنامه نویسی"> <meta name="keywords" content="برنامه نویسی,تمرین,تمرین برنامه نویسی"> <meta name="descrption" content="تمرینات برنامه نویسی"> <meta name="viewport" content="widthdivice-width,initial-scale=1.0"> <meta name="robots" content="index,follow"> </head> <body> <a href="https://code-bezan.ir"> اینجا کلیک کنید</a> </body> </html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>تمرین برنامه نویسی</title>
<link rel="stylesheet" href="style3.css"><hr>
</head>
<body>
<a href="https://codebezan.com/" title="تمرین برنامه نویسی" target="_blank">
اینجا کلیک کنید
</a>
</body>
</html>
Submitting answers is currently unavailable.
Write a class that receives two numbers and the methods of subtraction, multiplication and division can be called. By calling each method, the necessary calculations are required and the result is returned in
Write a program that receives the number of random numbers and its interval from the user and produces the number of random numbers. Example: Enter A Number: 10 Enter Min: 1 Enter Max: 10 9 4 6 5 2 8 1 7 9 2 2
Write a function that receives a string and checks all the letters. If all the letters of the string were small, otherwise False would return
Write a program that has a graphical environment and can perform the sum, subtraction, multiplication and division operations on the infinite number. (Exactly like a real calculator)
Write a program that receives the radius of the circle and prints its area and environmental area = radius * Pi (3.14) circle environment = diameter (radius * 2) * Pi (3.14)
Write a program that receives a sentence and reversed each of the words and re -print the sentence without changing in the order of words. Input: Hello Amir ... Olleh Rima ...
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام If you don’t understand the exercise or can’t solve it for any reason, that’s completely
normal—don’t worry 😊
Try checking out easier exercises and reviewing different answers
submitted by others. Gradually, you can move on to more challenging exercises. Also, your answer
might be correct even if it’s different from others.