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.

write a program to input four values about a document/sample size and

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!