Question: write a program to input four values about a document/sample size and the determine the Gunning Fog Index score and the Reading Ease Score/Flesch Grade
write a program to input four values about a document/sample size and the determine the Gunning Fog Index score and the Reading Ease Score/Flesch Grade level for the document. 1. the number of words 2. the number of sentences 3. the number of big words 4 the number of syllables
Given these four values, you will be able to calculate both the Gunning Fog Index value for a document and the Reading Ease score based on the Flesch Formula.
this is what I have so far please help me, how do I go about doing this. I am using java. Thanks you.

import java utiu.Scanner: public class aanmohanud ReadingLevels public static void main String args int grade level Scanner input new Scanner System.in System.out please enter the number of words in the sample number of words input next Int() System.out.print se enter the number of sentences in the sample number of sentences input next Int() System.out.print pleas enter the number of big words in the sample number of big words input.nextInt(): System-out print please enter the number of syllables in the sample
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
