<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/4989969383624916190?origin\x3dhttp://iseegaypigsontv.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

PROFILE

Rizza.
Elcee.
Paula.

credits
Layout: paperlove
Brushes: moargh JC.net
ewanism
magurno
Fonts: swimchick
Images: ohhspontaneityy

Archives

♥ Monday, August 13, 2007 3:24 AM

monday na naman.=) start of a new week.
marami nang requirements, lapit na kasi exams..
hmmm.. simula ngayon di ko na iisa-isahin ung mga nangyayari sa day.. ung mga happy/ memorable things na lang na nangyari sa akin, or sa brebeuf.:)
happy ako kanina, computer time. at first, clueless talaga ako kung paano un.
ganito kasi un:
Write a program that will ask for the following: First name, MI, Surname, and age.Display the output on the following format.Fullname: ________________________Age: _________________ Section: ______________________filename: string_familyname.cpp
di ko talaga alam paano gumawa ng program. nakikita ko pag-gumagawa si sir, pero di pa rin ako marunong. kanina, nung una ginagaya-gaya ko lang ung sa mga seatmates ko at ung mga examples sa net. tapos nun, meron na ko. ayaw magwork. sad talaga. tapos nagtanong ako k sir, sabi niya may error daw, tapos inayos niya at inexplain kung bakit ganun un, etc. tapos un, nagwork na. happy talaga ako.:) haha. ito na ung program:
# include
using namespace std;
int main ()
{

string FN, MI, LN, A, S;
cout << "First name:\n";

cin >> FN;
cout << "Middle Initial:\n";
cin >> MI;
cout << "Last Name:\n";
cin >> LN;
cout << "Age:\n";
cin >> A;
cout << "Section:\n";
cin >> S;
cout << "Full name:" <
cout << "Age:" <
cout << "Section:" <

system("pause");
return 0;
}

yan na ung program, first program na ginawa ko na tried nd tested at nagwork. hahaha.

paula