Question: Please submit problem 3 for the lab assignment. (screenshot and code). Problem 3: Ask user to input two integer parameters a, and b. Assume that
Please submit problem 3 for the lab assignment. (screenshot and code). Problem 3: Ask user to input two integer parameters a, and b. Assume that a is a positive integer (>0) and b is single-digit numbers from 0-9 inclusive. Your program should print: true if a contains b at among its digits, and false otherwise For example when a is 3415, bis 1, should print true. (Note: You can not use a String to solve this problem. We will learn Strings later)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
