برنامه hello world با زبان ++C:
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!\n";
return 0;
}
#مهندسی_کامپیوتر
🆔@Computeronic
#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
🔷🔷🔷🔷🔷🔷🔷
#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
🟣برنامه 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
كوييز برنامه نويسى بِه زبان C
#include <stdio.h>
int main()
{
for( ; ; )
printf(“Hello”);
return 0;
}
#كوييز #برنامهنویسی
🔹▫️🔹▫️🔹▫️🔹▫️🔹▫️🔹
🆔@Computeronic
🌐 Computeronic.ir