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.
2589. 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 6314Write a c program to print the even numbers followed by odd numbers in an array without using additional array
1 3750I 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..??
2116Just 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 3532write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
3029
What does clean url mean?
Where is objective c used?
Differentiate between realloc() and free().
How do you prove that by default, Case Object is Serializable and Normal Object is not?
Why Pointers are not used in C++?
What is the best way of making my program efficient?
How do I enable activex in windows 7?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is a coverage report?
Is r easier than python?
What is framework in php?
what is the use of Ctools in Drupal?
What is a vector c++?
How to create reusable code in php?
What is hashset in scala collection?