need help fast plz
Posted: Mon May 02, 2022 12:42 pm
need help fast plz
ITCS114 COMPUTER PROGRAMMING II Assignment #3 - File Stream Dear students, Include the following header comments at the beginning of java tutorials, assignments and practical quiz. ***** ******** ****** *************************** // Course Name and #: ITCS 114 // Activity Name: XXXXXXXX // Name: XXXXXXXX XXXXXXXX Section #: XX Date: XX/XX/XXXX Activity #: XX Student ID: XXXXXXXX *************** // **** You have a file called (Triangle.txt). The file contains three lines. Each line contains 2 sides value represent the height and base of triangle. Write a Java program that read all the records from file and print the area result for each triangle line in output screen according to the following rules. Area = " X base X height Sample files: Input file (Triangle.txt) 92 6 12 162 The output screen contains information about the ellipse. 8 36 16
ITCS114 COMPUTER PROGRAMMING II Assignment #3 - File Stream Dear students, Include the following header comments at the beginning of java tutorials, assignments and practical quiz. ***** ******** ****** *************************** // Course Name and #: ITCS 114 // Activity Name: XXXXXXXX // Name: XXXXXXXX XXXXXXXX Section #: XX Date: XX/XX/XXXX Activity #: XX Student ID: XXXXXXXX *************** // **** You have a file called (Triangle.txt). The file contains three lines. Each line contains 2 sides value represent the height and base of triangle. Write a Java program that read all the records from file and print the area result for each triangle line in output screen according to the following rules. Area = " X base X height Sample files: Input file (Triangle.txt) 92 6 12 162 The output screen contains information about the ellipse. 8 36 16