Define arrays. Explain review of arrays ?
View
Input an email from the user. You have to create a username from the email by deleting the part that comes after ‘@’. Display that username to the user.
Example :
email = “mejona@gmail.com” ; username = “mejona”
email = “helloWorld123@gmail.com”; username = “helloWorld123”
View
Take an array of names as input from the user and print them on the screen.
View
What is AI and how is it being used in different industries?
View
Explain the concept of Direct and In-direct manipulation?
View
A Water Jug Problem: You are given two jugs, a 4-gallon one and a 3-gallon
one, a pump which has unlimited water which you can use to fill the jug, and
the ground on which water may be poured. Neither jug has any measuring
markings on it. How can you get exactly 2 gallons of water in the 4-gallon jug
(i) Write down the production rules for the above problem
ii) Write any one solution to the above problem
View
How to use database in Golang?
View