You are on page 1of 1

Introduction to Computing

ASSIGNMENT 3
BEE-2A

Assigned on: 7-05-2020 Total Marks: 20


Submission deadline: 13-05-2020 (at the start of class)
Late submission: Absolutely NOT acceptable
Note: You have to make the C++ programs in visual studio, don’t forget to attach screen shots of C+ code and
output.
OBE Course Learning Objective
CLO 05: Identify reusable steps and construct functions for them.

Question: Write a function that accepts two character strings and determine whether one is anagram of the
other; i.e., whether one character string is a permutation of the characters in the string. e.g., "dear"
is an anagram of "read" as is "dare".

You might also like