0% found this document useful (0 votes)
37 views

Notice For TE-BE Class "Value Added Program": Department of Information Technology

The document is a notice from the Walchand Institute of Technology Department of Information Technology regarding a "VALUE ADDED PROGRAM" class. It provides two coding questions and instructions for students to send their responses with their name and class to a provided phone number. The coordinators names are also listed.

Uploaded by

anilnaik287
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views

Notice For TE-BE Class "Value Added Program": Department of Information Technology

The document is a notice from the Walchand Institute of Technology Department of Information Technology regarding a "VALUE ADDED PROGRAM" class. It provides two coding questions and instructions for students to send their responses with their name and class to a provided phone number. The coordinators names are also listed.

Uploaded by

anilnaik287
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1

Walchand Institute of Technology Department of Information Technology

Notice for TE-BE Class VALUE ADDED PROGRAM

Q1. Give its output

class Demo { public static void main (String[] args) { int a=3>>2; int b=3<<2; int c=8>>>2; System.out.println(a+"\t"+b+"\t"+c); } }

Student Coordinators: Yasar Shaikh, Yash Kapadi, Rajshekar Budharam

Send as: Answer<space>Student Name<space>class Send to: 7709281994

Q2. Give its output class Demo { static int a; static void set(int a) { this.a=a; }

static int getA() { return a; } public static void main (String[] args) { set(10); System.out.println(getA()+""); } }

Prof. Anil s Naik (Aptitude incharge) Send as: Answer<space>Student Name<space>class Send to: 7709281994

Prof. Lobo L.M.R.J Head, IT Dept

Student Coordinators: Yasar Shaikh, Yash Kapadi, Rajshekar Budharam

You might also like