package day1;
public class ifdemo {
public static void main(String[] args) {
int n = 10;
if (n > 5) {
System.out.println("The number is greater than 5.");
}
else {
System.out.println("The number is 5 or less.");
}
}
}
package day1;
public class ifdemo {
public static void main(String[] args) {
int n = 10;
if (n > 5) {
System.out.println("The number is greater than 5.");
}
else {
System.out.println("The number is 5 or less.");
}
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
B.G.Skillz 🧑💻 -
Best Codes -
Shiv Iyer -
DevCorner -
Top comments (0)