More Questions from Module 0

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

What is Mejona ?


View

Write a function to calculate the factorial of a number.


View

Define Computer Architecture. Explain three aspects of computer-design ? 


View

Origin of soil


View
Database integration in Go
View

Define arrays. Explain review of arrays ?


View