Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Vamsi Ravi

Vamsi Ravi

Vamsi Ravi has asked 0 questions and find answers to 6 problems.

Stats

152
EtPoint
49
Vote count
0
questions
6
answers

About

var iam;

if( (profession == "Developer" ) &&( freetime == "Volunteer" ) )

{

 iam = "Vamsi Ravi";

}