0% found this document useful (0 votes)
77 views6 pages

Wertyuio Pasdfghj KLZXCVBN Mqwerty Uiopasdf GHJKLZXC: Department of Computer Science and Engineering

This document contains details about a programming and problem solving course for the Department of Computer Science and Engineering. It includes the course code, title, and submission details for 5 programming assignments. The assignments involve writing C code to find the largest element in an array, print a multiplication table for a given number, print an array in reverse order, print the sum of even numbers between two given numbers, and replace negative numbers in an array with 1 and print the new array.

Uploaded by

Sadman Wasif
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views6 pages

Wertyuio Pasdfghj KLZXCVBN Mqwerty Uiopasdf GHJKLZXC: Department of Computer Science and Engineering

This document contains details about a programming and problem solving course for the Department of Computer Science and Engineering. It includes the course code, title, and submission details for 5 programming assignments. The assignments involve writing C code to find the largest element in an array, print a multiplication table for a given number, print an array in reverse order, print the sum of even numbers between two given numbers, and replace negative numbers in an array with 1 and print the new array.

Uploaded by

Sadman Wasif
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Department of Computer Science and Engineering

Course Code : CSE122


Course Tittle : Programming and Problem Solving
wertyuio
pasdfghj
Submitted To: Submitted By: klzxcvbn
NadiraAnjum Nipa SADMAN WASIF
mqwerty
Lecturer, Dept. of CSE ID: 191-15-1017
Daffodil International University. Section: UC-A uiopasdf
Submission Date: 20-08-2019
ghjklzxc
N:1) You are given an array of 10 integers. Write a C program to find the largest element from this array.

Output:

N:2) Write a C program to print the multiplication table of a number given as input in the
questions.
Solve:
Output:

N:3) You are given an array of 10 integers . Write a C program to print them in revers order.
Solve:
Output:

N:4) Write a C program to read two integer values X and Y and print the sum of all even numbers
between X&Y (inclusive) .
Solve:
Output :
N:5) Write a Cprogram to read 10 decimal numbers from user and then store them in array
A[10],then replace every negative number (if any) of A by 1. Finally print all numbers stored in
the array A.
Solve:

Output:

You might also like