0% found this document useful (0 votes)
188 views4 pages

Bataan Peninsula State University Main Campus College of Engineering and Architecture

The document provides 3 problems for a C++ programming assignment involving student records. Problem 1 asks students to output a sample student record using printf. Problem 2 asks students to create a program that accepts student record input using printf and scanf. Problem 3 asks students to create a program that accepts student record input using labels and text boxes. The problems involve basic input and output of student data in C++.

Uploaded by

Kevin Medina
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)
188 views4 pages

Bataan Peninsula State University Main Campus College of Engineering and Architecture

The document provides 3 problems for a C++ programming assignment involving student records. Problem 1 asks students to output a sample student record using printf. Problem 2 asks students to create a program that accepts student record input using printf and scanf. Problem 3 asks students to create a program that accepts student record input using labels and text boxes. The problems involve basic input and output of student data in C++.

Uploaded by

Kevin Medina
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

Programming Language 1

BATAAN PENINSULA STATE UNIVERSITY


MAIN CAMPUS

COLLEGE OF ENGINEERING AND ARCHITECTURE

COMPUTER PROGRAMMING C++

BPSU Page 1
Programming Language 1

PROGRAMMING BASIC in C++


PROBLEM #1
Create a program that will display an output for Student Record using printf
command. (Required copy for each student)

BATAAN PENINSULA STATE UNIVERISTY


MAIN CAMPUS

COLLEGE OF ENGINEERING AND ARCHITECTURE

STUDENT RECORD SYSTEM

FIRST NAME: Johann MIDDLE: Lascano LAST NAME: Buensuceso

COURSE: YEAR: SECTION:

AGE: GENGER:

B-DAY: BIRHTPLACE:

HEIGHT: WEIGHT:

CITIZENSHIP: STATUS:

RELIGION: LANGUAGE:

ADDRESS:

TEL/CP:

FATHER’S NAME:
OCCUPATION:
MOTHER’S NAME:
OCCUPATION:

BPSU Page 2
Programming Language 1

PROBLEM #2
Create a program that will accept an input for Student Record using printf
and scanf.

BATAAN PENINSULA STATE UNIVERISTY


MAIN CAMPUS

COLLEGE OF ENGINEERING AND ARCHITECTURE

STUDENT RECORD SYSTEM

FIRST NAME: MIDDLE: LAST NAME:

COURSE: YEAR: SECTION:

AGE: GENGER:

B-DAY: BIRHTPLACE:

HEIGHT: WEIGHT:

CITIZENSHIP: STATUS:

RELIGION: LANGUAGE:

ADDRESS:

TEL/CP:

FATHER’S NAME:
OCCUPATION:
MOTHER’S NAME:
OCCUPATION:

BPSU Page 3
Programming Language 1

PROBLEM #3
Create a program that will accept an input for Student Record using labels
and text box.

BATAAN PENINSULA STATE UNIVERISTY


MAIN CAMPUS

COLLEGE OF ENGINEERING AND ARCHITECTURE

STUDENT RECORD SYSTEM

FIRST NAME: MIDDLE: LAST NAME:

COURSE: YEAR: SECTION:

AGE: GENGER:

B-DAY: BIRHTPLACE:

HEIGHT: WEIGHT:

CITIZENSHIP: STATUS:

RELIGION: LANGUAGE:

FATHER’S NAME:
OCCUPATION:
MOTHER’S NAME:
OCCUPATION:

Hi Hello “ Fname M. Lname” of “Course Year Section” Welcome to C++

BPSU Page 4

You might also like