Question: ZyBooks catalog String dataFields is read from input. dataFields contains fruit names separated by dashes ( ' - ' ) . Count the number of
ZyBooks catalog
String dataFields is read from input. dataFields contains fruit names separated by dashes Count the number of dashes in dataFields.
Ex: If the input is lemonbananamelongrapefruit, then the output is:
Dash found at index
Dash found at index
Dash found at index
Dash occurs times
import java.util.Scanner;
public class FindDashes
public static void, mainString args
Scanner scnr new Scanner
System.in;
String dataFields;
int ;
int numOccurrences ;
dataFields scnrnextLine
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
