Tag Archives: IBM Condition

Sterling OMS Writing First Dynamic Condition

Sterling OMS Writing First Dynamic Condition Sterling OMS Writing First Dynamic Condition Before going to this session hope you had chance to read about Condition and Sterling OMS Static Condition. If not please click here and read about Sterling OMS Static Condition Why do we need Dynamic Condition ? Using Static Condition, we will be… Read More »

Sterling OMS First Static Condition

Sterling OMS First Static Condition Sterling OMS First Static Condition Condition: In Java we can write below logic for displaying age. private printAge(int age) { if (age == 30) {    System.out.println(“Your age is 30”); } else if (age == 31) {    System.out.println(“Your age is 31”); } else {     System.out.println(“Your age is >… Read More »