Question: Using Eclipse (Java) 1. Given the following ZIP codes, print out their bar code. Use:for half bars, 1 for full bars. Input: 12345, 33199, 20500,

Using Eclipse (Java) 1. Given the following ZIP codes, print out their bar code. Use":"for half bars, "1" for full bars. Input: 12345, 33199, 20500, 10001, 99950, 00501 2. Given the following bar codes, check if it is valid. If it is correct, decode it into ZIP code; otherwise, print a message "bar code is not valid!". Example Input: 1:11:1:1:1:1:1:1::D:::11 ::::::::11 II :::::::: Please help me write this code in Java. I am having a hard time with this one. Also, please provide the output (screenshot) that is generated
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
