
i)testing.java:8:package system does not exist.
System.out.println("No of items:"tooa1Item);
^
1 error
ii) Testing.java:10:cannot find symbol
Location:class Testing
Symbol:variable count
++count;
^
2 eeors

It seems that you haven't declare a variable named count and in System.out.println() statement, you have written wrong syntax.
Do correction: System.out.println("No of items:"+tooa1Item);
After the modification, if you found error then post your code.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.