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 6315Write a c program to print the even numbers followed by odd numbers in an array without using additional array
1 3751I 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
3032
What language is lisp written in?
What do stl stand for?
How to install laravel via composer?
What is the need of a destructor?
Does python has classes?
What is php date function?
How to redirect to another page from controller?
What do you mean by abstraction?
Explain how do you determine a file’s attributes?
How to declare the variables function in python?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Explain what are the different file extensions involved when programming in c?
how to study PHP my own? i reffered many sites.. but as being a fresher i couldnt follow those... which site will be the best one?
Which library would you prefer for plotting in python language: seaborn or matplotlib?
Is objective c object oriented?