// Flowers.java – This program reads names of flowers andwhether they are grown in shade or sun from an input // file andprints the information to the user’s screen. // Input: flowers.dat.// Output: Names of flowers and the words sun or shade. importjava.io.*; // Import class for file input. public class Flowers {public static void main(String args[]) throws Exception { //Declare variables here // Open input file. // Create BufferedReaderobject. // Write while loop that reads records from file. // Printflower name and the words sun or shade. br.close(); System.exit(0);} // End of main() method. } // End of Flowers
PayPal Gateway not configured
PayPal Gateway not configured