Jump to content

Funds For Ap


Recommended Posts

Posted

What an individual can do for AP to get  funds to AP for development?

 

class parliament

{

 

     parliament()

       { 

                Modi();

       }

 

 

public CBN;

public APpublic;

 

}

 

    public string get funds()

{

 

 

}

 

 

Fill your answer in get funds 

 

give practical solutions 

 

Thanks

 

 

 

 

Posted

 Observed from the last 16 practical months.

 

public enum PoliticianStatus { BeforeElections, Elected, NotElected };

 

class parliament

{

 

     parliament()

       { 

                Modi();

       }

 

 

public CBN;

public APpublic;

 

}

 

 public string get funds()

{

 

  if (Modi.currentStatus == PoliticianStatus.BeforeElections

      {

         return "Beg for votes- Promising to give Special Status and Funds. Appublic are idiots. hahaha";

      }

  else if (Modi.currentStatus == PoliticianStatus.Elected

      {

         return "Wont even talk/respond regarding the promises made. Appublic are idiots. hahaha";

      }

 

 return "I am just one more politician";     //ByDefault

 

}

 

 

 

 

 

What an individual can do for AP to get  funds to AP for development?

 

class parliament

{

 

     parliament()

       { 

                Modi();

       }

 

 

public CBN;

public APpublic;

 

}

 

    public string get funds()

{

 

 

}

 

 

Fill your answer in get funds 

 

give practical solutions 

 

Thanks

 

Posted

 

 Observed from the last 16 practical months.

 

public enum PoliticianStatus { BeforeElections, Elected, NotElected };

 

class parliament

{

 

     parliament()

       { 

                Modi();

       }

 

 

public CBN;

public APpublic;

 

}

 

 public string get funds()

{

 

  if (Modi.currentStatus == PoliticianStatus.BeforeElections

      {

         return "Beg for votes- Promising to give Special Status and Funds. Appublic are idiots. hahaha";

      }

  else if (Modi.currentStatus == PoliticianStatus.Elected

      {

         return "Wont even talk/respond regarding the promises made. Appublic are idiots. hahaha";

      }

 

 return "I am just one more politician";     //ByDefault

 

}

 

 

good one

 

AM thinking of dependency function which links rajyasabha to Modi & the function should return funds ;)

 

NDA do not have majority in rajyasabha for bills to pass

 

one and Only weak link

Posted

public long getfunds(string fundgettername)

{

       //logic based on gettername

}

main()

{

     string fundgettername;

     long funds;

     funds = getfunds(fundgettername);    //Do not restrict fundgetter parameter to "CBN" , even if it is "Jagan" or some XYZ call that function.

}

×
×
  • Create New...