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) Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
1 2660. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
1 6427Write a c program to print the even numbers followed by odd numbers in an array without using additional array
1 3868Is buffer size and file block size is similar? If similar,at which case it will be same size?
1 2253I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
1 2180Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
1 3629write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
1 3107
What is variable initialization and why is it important?
daily Routine of father
to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.
How do you check if a list is empty in python?
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
develop algorithms to add polynomials (i) in one variable
How to call two different views from same action?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Is int a keyword in c?
How much is the wordpress business plan?
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
List some features of php that are deprecated in php7?
Write a program using while loop?
What is the latest version of joomla?
How do I list all files of a directory?