The output?
public class Test {
public static void main(String[] args) {
int count = 1;
while (count <= 15) {
System.out.println(count % 2 == 1 ? "***" : "+++++");
++count;
}
}
public class Test {
public static void main(String[] args) {
int count = 1;
while (count <= 15) {
System.out.println(count % 2 == 1 ? "***" : "+++++");
++count;
}
}
❤3
What is the automatic type conversion that java doesn't allow:
Anonymous Quiz
30%
Byte>Long
33%
Char>Float
33%
Float>Long
4%
int>Double
How many objects will be created in the following?
String a = new String(“Interviewbit”);
String b = new String(“Interviewbit”);
Strinc c = “Interviewbit”;
String d = “Interviewbit”;
String a = new String(“Interviewbit”);
String b = new String(“Interviewbit”);
Strinc c = “Interviewbit”;
String d = “Interviewbit”;
👍1
https://youtube.com/playlist?list=PLwjK_iyK4LLBj2yTYPYKFKdF6kIg0ccP2
كورس علي الباب الرابع و الخامس diode and diode application في الإلكترونية
وفي علي ما اعتقد حل مسائل كذلك
#EC310
كورس علي الباب الرابع و الخامس diode and diode application في الإلكترونية
وفي علي ما اعتقد حل مسائل كذلك
#EC310
❤6👍1
❤2
❤2
#Ec251
لين تعرفوها سـِي 😭
71 برنامج متدرجات من الاساسات للنهاية❤️
* اقرو الدروس قبل تخشو فيهم *
https://www.programiz.com/c-programming/examples
لين تعرفوها سـِي 😭
71 برنامج متدرجات من الاساسات للنهاية❤️
* اقرو الدروس قبل تخشو فيهم *
https://www.programiz.com/c-programming/examples
Programiz
C Examples | Programiz
This page contains examples of basic concepts of Python programming like loops, functions, native datatypes and so on.
❤3