what is a program

0

write a c++ program that reads ten strings and store them in array of strings, sort them and finally print the sorted strings

By Beginner Ellis Koelpin at Nov 16 2020

0

Write a program that asks the user for weight in kilograms and converts it to pounds. There are 2.2 pounds in a kilogram. /hint write 1 lane/

By Wooden Hammer Jean Johnston at Mar 14 2021

0

a program where you get two numbers as a lower limit and upper limit. Display all the even numbers between lower and upper limit

By Double Stone Hammer Earl Gleichner at Sep 30 2020

0

Write a C++ program using class and objects. You have to define multiple-member functions outside class and all those functions will be the same name

By Beginner Stanley Blanda at Dec 15 2020

0

in a c program if you call "fwritef("got here")", you will get a compileerror, but if you add the line "void fwritef(char *);", you won't. why?

By Beginner blachwater at Nov 15 2020

0

JAVA Program than read an integer and calculate the sum of its digits and write the number of each digit of the sum in English

By Beginner Lloyd Fadel at May 14 2021

0

Write a program to convert a number entered by the user into its corresponding number in words. For example, if the number is 876, then the output should be ‘Eight Seven Six’

By Beginner Lillie Lockman at May 23 2021

0

11. Write a Program to calculate Permutation and Combination for an input value n and r using recursive formula of n Cr and n Pr .

By Beginner Samantha Kemmer at Jul 22 2021

0

Write a Python program to accept two strings as input and check if they are identical copy of each other or if the second string is a substring of the first string.

By Wooden Hammer Barbara Torp at Jun 18 2020

0

membuat listing program yang dapat dieksekusi dengan menerima inputan matriks a dan vektor b, lalu menampilkan hasil berupa vektor x untuk solusi spl gauss

By Beginner DullDev at Apr 12 2021


Related code examples


Code examples by languages