Please Help me to solve this Visual BasicAssignment….
You must create a Windows Forms application. You must provide a single input box to enter a list of numbers separated by comma deliminator. Create two arrays to store your odd and even numbers. You must print a separate list of both the even and odd numbers, a number count for each even and odd numbers, and sum both the even and odd numbers. ex) 1,2,3,4,5 odd
OR
OR