Feedback for FLOW001 problem

Learning course: Practice Java
Problem Link: CodeChef: Practical coding for everyone

Feedback

my code is 100% correct even your debug section in which it’s saying that some outputs are different from the expected output is showing precisely the same output in the desired output section as the actual outputs

Check for the others input, sometime code might correct for only one input but not for general inputs. OR Don’t use pseudo code, try to take input form scanner and try again. :slight_smile: