Author : Ram Nath Das

I'm a results-driven professional with a passion for leveraging digital strategies to drive business growth. With 6 years of experience in the dynamic fields of marketing, social media, Google - Facebook Ads and SMS marketing, I specialize in creating impactful campaigns that resonate with audiences and deliver measurable results. Let's Connect: I believe in the power of networking and collaboration. Feel free to reach out, connect, or send me a message. Together, we can uncover new possibilities and chart a course for success in the ever-evolving digital landscape. Thank you.

Write a program to read three variable x, y and z.use conditional statement and evaluate values of variable a,b and c.Check the sums for equality and print different message.

This program reads in three variables, x, y, and z, from the user and calculates the values of three other variables, a, b, and c, using conditional statements. The values of a, b, and c are determined based on the values of x, y, and z. If x is greater than or equal to 5, […]

Write a program to determine the value of b depending on the inputted value of a. The variable a is used with conditional operator.

The above program uses conditional operator to determine the value of ‘b’ based on the inputted value of ‘a’. The conditional operator ‘?’ is used in this program to assign a value to the variable ‘b’. The syntax for the conditional operator is: condition ? expression1 : expression2 If the condition is true, expression1 is […]

Scroll to top