Problem Statement
Read six integers and a target value, then print how many times the target appears.
DEMO-OOP-33 โข Object Oriented Programming
Read six integers and a target value, then print how many times the target appears.
Input is given as whitespace-separated tokens in this order:
Print the exact report in this order:
Submit runs every public testcase in this browser. Results and code never leave this device.
1 2 1 3 1 4 1
Frequency: 3
5 5 5 5 5 5 5
Frequency: 6
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question