Computeronic|کامپیوترونیک
4.17K subscribers
2.79K photos
514 videos
204 files
1.77K links
🌟 به کانال تلگرام کامپیوترونیک خوش آمدید! 🌟
برنامه‌نویسی 💻​ مهندسی کامپیوتر 🖥​ مهندسی برق

🎓 ویژگی‌های برجسته ما:
• ارائه دوره‌های آموزشی متنوع و به‌روز​
• پشتیبانی علمی و منتورینگ ۲۴ ساعته​
• مدارک معتبر و قابل ترجمه

🌐 Computeronic.ir
Download Telegram
برنامه hello world با زبان ++C:
#include <iostream>
using namespace std;

int main()
{
cout << "Hello World!\n";
return 0;
}
#مهندسی_کامپیوتر
🆔@Computeronic
كوييز برنامه نويسي C
🔷🔷🔷🔷🔷🔷🔷
#include <stdio.h>

int main()
{
printf(4+”Computeronic”);
return 0;
}

#كوييز
#برنامه‌نویسی
🔹🔹🔹🔹🔹🔹🔹🔹
🆔@Computeronic
🐣برنامه hello world بِه چهار زبان برنامه نويسي مختلف:

🟣برنامه hello world با زبان #C:
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}

🔹برنامه hello world با زبان ++C:
#include <iostream>
using namespace std;

int main()
{
cout << "Hello World!\n";
return 0;
}

☕️برنامه hello world با زبان Java:
public class Main
{
public static void main(String[] args)
{
System.out.println("hello world");
}
}

🐍برنامه hello world با زبان پايتون :
print("hello world")

#برنامه‌نویسی #پايتون
#جاوا
🔺🔻🔺🔻🔺🔻🔺🔻🔺🔻🔺
🆔@Computeronic
🌐 Computeronic.ir
C Quiz:
كوييز برنامه نويسى بِه زبان C
#include <stdio.h>
int main()
{
for( ; ; )
printf(“Hello”);
return 0;
}
#كوييز #برنامه‌نویسی
🔹▫️🔹▫️🔹▫️🔹▫️🔹▫️🔹
🆔@Computeronic
🌐 Computeronic.ir