Question: Fast please c2 . C2 Write a Java program that will declare the following two strings: A = Alice of Wonderland B = Harry Potter,
c2 . C2 Write a Java program that will declare the following two strings: A = Alice of Wonderland B = Harry Potter, is;fatter?than/Cathy And write suitable java statements to perform the following: (a) Replace 'e' with 'E' of string A (b) Replace only the first 'e' with 'E' of string A (c) Replace 'tt' with 'TT' of string B (d) Print string A as separate individual words (e) Print string B as separate individual words discarding the symbols Develop a Java FX program that will have a GUI interface as shown below and computes the area of a circle based on the input radius' in the respective text field. The result, "area', should be displayed in a text field as shown in the figure. Also define two buttons, "Find Area' and 'RESET" for computing the area and to reset the values of the text fields using appropriate event handling mechanisms. 10 Enter the radius The area of a Circle 314,0 Find Area C3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
