added problem statement at the top

This commit is contained in:
K 2023-12-06 10:13:54 +05:30
parent f1ea190897
commit 77f39370f8
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
Problem Statement: a) Write C++ program to draw the following pattern. Use DDA line and Bresenhams circle drawing algorithm. Apply the concept of encapsulation.
Problem Statement: a) Write C++ program to draw the following pattern. Use DDA line and Bresenham's circle drawing algorithm. Apply the concept of encapsulation.
Code from Computer Graphics (SPPU - Second Year - Computer Engineering - Content) repository on KSKA Git: https://git.kska.io/sppu-se-comp-codes/CG
*/

View File

@ -1,5 +1,5 @@
/*
Problem Statement: b) Write C++ program to draw the following pattern. Use DDA line and Bresenhams circle drawing algorithm. Apply the concept of encapsulation.
Problem Statement: b) Write C++ program to draw the following pattern. Use DDA line and Bresenham's circle drawing algorithm. Apply the concept of encapsulation.
Code from Computer Graphics (SPPU - Second Year - Computer Engineering - Content) repository on KSKA Git: https://git.kska.io/sppu-se-comp-codes/CG
*/