Jump to content

KL

From Wikipedia, the free encyclopedia

KL, kL, kl, or kl. may refer to:

Businesses and organizations

[edit]

Places

[edit]

Science, technology, and mathematics

[edit]

Other uses

[edit]

See also

[edit]


  1. include <iostream>

class test: pubic student {

   protected:
   float part1,part2;
   public:
   void get_marks(float x, float y)
   {
       part1 = x; part2 =y;
   }
   void put_marks(void)

} cout <<"marks obtained:" <<"\n" ,<"part = " << part <<"\n" int main() {


   return 0;

}