30.08.2020 Views

NI_StyleGuide_Final 2019

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

NI Style Guide and Brand Manual | 23

Co-Branding Examples

#include<iostream.h>

#include<conio.h>

class student

SEE IT.

{

protected:

int rno,m1,m2;

public:

void get()

{

SOLVE cout<<”Enter

IT.

the Roll no :”;

cin>>rno;

cout<<”Enter the two marks :”;

cin>>m1>>m2;

}

};

class sports

{

protected:

int sm;

// sm = Sports mark

public:

void getsm()

{

cout<<”\nEnter the sports mark :”;

cin>>sm;

}

};

class statement:public student,public sports

{

int tot,avg;

public:

void display()

{

tot=(m1+m2+sm);

avg=tot/3;

cout<<”\n\n\tRoll No : “<<rno<<”\n\tTotal :

“<<tot;

cout<<”\n\tAverage : “<<avg;

}

};

void main()

{

clrscr();

statement obj;

obj.get();

obj.gets m();

obj.display();

Integrate hardware. Visualize data. Accelerate engineering.

Reduce the time you need to visualize, create, and code engineering

systems by using LabVIEW graphical programming to gain rapid access

to hardware and data insights. Take advantage of a worldwide network

of developers and discover why LabVIEW is the most productive tool for you.

See how at ni.com/labview.

©2017 National Instruments. All rights reserved. LabVIEW, National Instruments, NI, and ni.com are trademarks of National Instruments. Other product and company names listed are trademarks or trade names of their respective companies. 29170

29170_LabVIEW_Ad_EMIA_Ltr.indd 1

6/9/17 6:21 PM

LabVIEW Communications Lobby Screen

LabVIEW Ad (NI is 2/3 smaller.)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!