Question: Write a Java program that declare 3 variables. The first variable is a string contains This is my first program.. The second variable is

Write a Java program that declare 3 variables. The first variable is a string contains "This is my first program.". The second variable is an integer stores the string length. The third variable is a boolean stores the result after checking if the string equals "my first program." or not. Print the result using Print Statement. Output: This is my first program. The length of the string = 25 Does the string equal to "my first program."? false
Step by Step Solution
There are 3 Steps involved in it
java public class Main public static void mainString args S... View full answer
Get step-by-step solutions from verified subject matter experts
