Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
10 19112
What is the latest version of scala?
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
How can I implement sets or arrays of bits?
sir please send me bpcl previous question papers
I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
daily Routine of father
write a c program to find the sum of five entered numbers using an array named number
How to Print in Delphi without using the TPrinter Unit ?
swap 2 numbers without using third variable?
How to Retrieve the line number that a memo's cursor is on?
What is the current latest version of scala? What is the major change or update in scala 2.12?
Does Kotlin provide any additional functionalities for standard Java packages or standard Java classes?
to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.