Skip to main content

CS202 Assignment 1

  

    CS202-Assignment 1 Solution Spring 2021 

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>CS202 Assignment 1 Solution Spring 2021</title>

</head>

<body style="background-color: powderblue;">

<h1 style="text-align:center; color:red;"><b>Hospital Survey Form</b></h1>

<h2 style="text-align:center; color:green;"><b>Provided by VU Answer</b></h2>

<h3 style="text-align:left; color:green;"><b>Student ID: ------</b></h3>

<h3 style="text-align:left; color:green;"><b>Student Name: -----</b></h3>

Patient's First Name: <input type="text" style="margin-Left:6; width: 20;" > &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Patient Second Name: &nbsp; &nbsp; &nbsp;

<input type="text" style="width: 20;"><br><br>

Patient's Father /Husband Name: <input type="text" style="width: 20%; margin-Left: 5%;"><br><br>

Permanent Address: <input type="text" style="margin-Left:15%; width: 35 %;height: 30px;"><br> <br>

What is Your Gender:<input type="radio" style="margin-Left:9.5%;"> Male <br>

<input type="radio" style="margin-Left: 26.6%;"> Female <br><br>

Patient's Age: <input type="text" style="margin-Left:9% ;width: 20%;"><br><br> Enter Mobile No: <input type="text" style="margin-Left:10% ;width: 20%;"><br><br>

Have You Been Diagnosed As COVID-19 Postive Patient?<input type="radio" style="margin- Left: 2%;">Yes<input type="radio"style="margin-Left: 15 ;">N0<br><br >

<h2 style="coLor: rgb(206, 121, 138);">Please select suitable option from Given below:</h2><br>

<input type="checkbox"style="margin-Left: 18%;">i'm still have a covid -19 symptoms.<br>

<input type="checkbox"style="margin-Left: 18%;">i have a no other symptoms but dry cough.<br>

<input type="checkbox"style="margin-Left: 18%;">i just feel very tired.<br>

<input type="checkbox"style="margin-Left: 18%;">i'm having a trouble deep breeth .<br>

<input type="checkbox"style="margin-Left: 18%;">i'm feeling like I am having tight band wrape around my chest. <br>

<input type="checkbox"style="margin-Left: 18%;">i'm having loss of smell and taste. <br>

<input type="text" style="margin-Left: 18%;">Mention Other feelings

<h2 style="color: rgb(206, 121, 145);">Please select suitable option from Given below:</h2>

<br>

<input type="checkbox"style="margin-Left: 18%;">i'm not having COVID-19 symptoms. <br>

<input type="checkbox"style="margin-Left: 18%;">i'm having headache all the time..<br>

<input type="checkbox"style="margin-Left: 18%;">i have developed muscles aches.<br>

<input type="checkbox"style="margin-Left: 18%;">i'm having fever inspite of havig COVID-19 negtive test result.<br>

<input type="text" style="margin-Left:18%;">Mention Other feelings<br><br>

<button style="margin-Left: 30; color: darkgreen;">Submit</button>

<br>

</body>

</html>

Solution File


Download File

PURPOSE OF VUPORTAL865.COM

Virtual university is Providing quality of Education in Pakistan and Overseas too. Thousands of Students getting quality education. Virtual University of Pakistan is first university In Pakistan that providing online education to everyone in Pakistan. in this university online Education is easy and Affordable for everyone.

Most students find trouble scheduling time for their assignments since the research work is a time-consuming activity. Even so, others find trouble writing their assignment due to a lack of writing skills. Such students need to worry no more since there are several available online assignment help websites. As such, this article provides the top 10 most trusted online assignment help websites that ensure that students get the best out of their assignment help services.

We take your assignments with paramount importance as happy students are our primary goal. Our services are the most affordable, trustworthy and cover a lot of subjects.

Assignment Submission Instruction

Please read the following instructions carefully before submitting the assignment:
It should be clear that your assignment will not get 0 if:

Ø  The assignment is submitted after the due date.

Ø  The submitted assignment file is corrupt or does not open.

Ø  Assignment is copied from any where like any student or from internet.

How to Submitted Assignment:

Ø Download a question File of the Assignments on LMS.

Ø Solve a question and make a file own words.

Ø Save an Answer file in which extension who Instructor Told.

Ø Go to the LMS and Click the Books Code which you can make a solution file.

Ø Go to the Submitted Option and Click the Chose File Button.

Ø File chose where you can Save the File.

Ø After chose the File last step click the Submitted Option.

 

 

For Paid  Assignments Solution

Contact us on WhatsApp

MR Ammar(Developer)    +923235459470

MR Atif (Blogger)         +923086278790

MR Umar  (WordPress Expert)    +923053183537

Mam Farah(Assignment Expert)     +994409089591 

 

FOR ALL ASSIGNMENTS VISIT THE WEBSITE BELOW

CLICK HERE

 

 

 

 

Comments

Popular posts from this blog

CS601 Assignment no 1

                 CS601   Assignment No 1                  Solution Spring 2021                 Last date 19 May , 2021 SOLUTION FILE Download File PURPOSE OF VUPORTAL865.COM Virtual university is Providing quality of Education in Pakistan and Overseas too. Thousands of Students getting quality education. Virtual University of Pakistan is first university In Pakistan that providing online education to everyone in Pakistan. in this university online Education is easy and Affordable for everyone. Most students find trouble scheduling time for their assignments since the research work is a time-consuming activity. Even so, others find trouble writing their assignment due to a lack of writing skills. Such students need to worry no more since there are several available online assignment help ...

CS301 Assignment no1

        CS301 - Assignment   1   Solution   Spring   2021   #include <iostream> #include <string> #include <iostream> #include <string> #include <sstream> using namespace std; class node{ public: std::string name; short int coursecode; node* ptr; }; class student{ private: node* head; public: student(){ head = '\0'; } void insertStu(node**,node*); void newNode(); void showAll(int code); }; void student:: insertStu(node** head,node* newNode){ node* current; if(*head=='\0'){ *head=newNode; }else{ current=*head; } while(current->ptr !='\0'){ current=current->ptr; } newNode->ptr=current->ptr; current->ptr=newNode; cout<<endl; cout<<"student information save successfully "; } void student:: newNode()...

cs610

                                                                cs610