This lab report from the Department of Computer Science and Engineering at Leading University focuses on programming tasks related to string manipulation. It includes assignments to count string length, white spaces, vowels, consonants, digits, and to display the next three characters of a given character. The report is submitted by Mohammed Arif Mazeed Sikdar for the course CSE-3316 on Compiler Design & Construction Sessional.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
Lab task 2
This lab report from the Department of Computer Science and Engineering at Leading University focuses on programming tasks related to string manipulation. It includes assignments to count string length, white spaces, vowels, consonants, digits, and to display the next three characters of a given character. The report is submitted by Mohammed Arif Mazeed Sikdar for the course CSE-3316 on Compiler Design & Construction Sessional.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4
Department of Computer Science and Engineering
Leading University, Sylhet
Lab Report - 2
Topic: Write Programs
Course Code CSE-3316
Course Title Compiler Design & Construction Sessional
Submitted To
Naeem Ahsan Chowdhury
Adjunct Lecturer Department of Computer Science and Engineering
Submitted By
Name Mohammed Arif Mazeed Sikdar
ID 2012020076
Batch 53(B)
Department of Computer Science and Engineering
Submission Date: 14/08/2023
1) Write a program that will count the length of the string:
2) Write a program to count the number of white spaces from a string:
3) Write a program to count the number of vowels, consonants, digits, white spaces in a given string: 4) Write a program that will allow to enter character and it will show next 3 character: