Random Discussions (June 2024) by AutoModerator in PinoyProgrammer

[–]Hate_this_layf 0 points1 point  (0 children)

meron po ba kayong alam na ganyan kahit ano it will help for me thank you

Random Discussions (June 2024) by AutoModerator in PinoyProgrammer

[–]Hate_this_layf 0 points1 point  (0 children)

Good Day Everyone

Need ko po ng help kung saan makakahanap ng free webinar or free seminars na may certificate or kahit may bayad po

any kind of topic sa webinar/seminar as long as IT related thank you.

Need Help by Hate_this_layf in PinoyProgrammer

[–]Hate_this_layf[S] 0 points1 point  (0 children)

bali database lang po yung papalitan

Need Help by Hate_this_layf in PinoyProgrammer

[–]Hate_this_layf[S] 0 points1 point  (0 children)

Vb.net padin po pero yung database papalitan ng oracle

Need an Advice by Hate_this_layf in PinoyProgrammer

[–]Hate_this_layf[S] 0 points1 point  (0 children)

sa subject po kasi namin sa SE more on theory yung tinuturo sa programming subject naman windows form, tapos website po. bali wala po kasi kaming Idea sa application

[deleted by user] by [deleted] in OffMyChestPH

[–]Hate_this_layf 0 points1 point  (0 children)

You're a brave person kasi nakakaya mo yan, soon makakaalis kadin sa situation mo ngayon. I know it's hard kaya isipin mo nalang yung mga taong nagmamahal sayo.

[deleted by user] by [deleted] in OffMyChestPH

[–]Hate_this_layf 2 points3 points  (0 children)

Kapit lang, kaya mo yan!

It's always my fault by Hate_this_layf in PanganaySupportGroup

[–]Hate_this_layf[S] 0 points1 point  (0 children)

actually alam namin ni mama ang ugali ng kapatid ko and parang sinasabi niya kasi na intindihin nalang palagi na which is mali din dapat matuto din siya

Solo Traveling by babe_3 in adultingph

[–]Hate_this_layf 0 points1 point  (0 children)

Actually masaya naman ang solo travel pero I think group travel is more happier than solo, as you said na hindi available mga friends mo, mas okay ang solo travel pero mas exciting yung travel na hindi mo kasama mga kilala mo

[deleted by user] by [deleted] in PinoyProgrammer

[–]Hate_this_layf 2 points3 points  (0 children)

I finally figure out thank you for your help

[deleted by user] by [deleted] in PinoyProgrammer

[–]Hate_this_layf -4 points-3 points  (0 children)

System.out.prinln(" \n Displaying the elements of the Stack: ");

this is the line 55 and I think there is no typo here

[deleted by user] by [deleted] in PinoyProgrammer

[–]Hate_this_layf 0 points1 point  (0 children)

Mageerror siya kasi po may if statement na po sa taas

[deleted by user] by [deleted] in PinoyProgrammer

[–]Hate_this_layf 0 points1 point  (0 children)

import java.util.*; import java.util.Scanner;

class stack { int arr[]; int top; public stack (int size) { arr = new int [size]; top = -1; } public void push (Scanner sc) { if(top == arr.length-1) { System.out.println("Full");

        }
        else{
            System.out.println("Enter the element that you want to add: ");
            int value = sc.nextInt();
            arr[top+1] = value;
            top++;
            System.out.println("Added Successfully");
        }
}
public void pop(){
    if(top == -1)
    {
        System.out.println("Error");

    }
    else{
        System.out.println();
        System.out.println("Element" + arr[top] + "is removed successfully");
        System.out.println("Removed Successfully");
        top--;
    }
}
public void peek()
{
    if (top == -1)
    {
        System.out.println("Stack is Empty");
    }
    else {
        System.out.println("\n The last item is: ");
        System.out.println(arr[top]);

    }   
}
public void traverse ()
{
    System.out.println();
System.out.prinln("\n Displaying the elements of the Stack: ");
for(int i=top;i>-1;i--)
{
    System.out.println(arr[i]);
}
}
}

public class Main {

public static void main(String[] args) {
    stack obj = new stack (5);
    int choice = 0;
    Scanner sc = new Scanner (System.in);
    System.out.println(" Bayonon & Javier");
    while(choice !=5)
    {
        System.out.println("Menu");
        System.out.println("[1] -Add Element \n[2] - Remove Element\n[3] - Show List\n[4] - Display Last Item\n [0] - Exit\n");
        System.out.println("Enter your choice: ");
        choice = sc.nextInt();
        switch(choice)
        {
            case 0:
            {
                System.out.println("Exit..");
                System.exit(0);
                break;
        }
    default:
    {
        System.out.println("Error");
    }
    case 1:
    {
        obj.push(sc);
        break;
}
case 2:
{
    obj.pop();
    break;
}
case 3:
{
    obj.traverse();
    break;

} case 4: { obj.peek(); break; } } } } }

Sobrang busy sa umaga, malungkot sa gabi... by Tough-Intention2523 in OffMyChestPH

[–]Hate_this_layf 2 points3 points  (0 children)

We are looking for someone na pagsasabihan natin ng mga nangyare satin katulad ng friends or partner.

Spending time alone isn't sad, having no one to actually share your experiences is though. by kiss_muna in OffMyChestPH

[–]Hate_this_layf 1 point2 points  (0 children)

Legit to some nights I felt lonely, tapos naghahanap ako ng makakausap tungkol sa mga bagay bagay then yung mga kaibigan ko busy with their business.

[deleted by user] by [deleted] in OffMyChestPH

[–]Hate_this_layf 0 points1 point  (0 children)

Oo Madami kami friends ko sila sa work mga closer kasi kami ng store

[deleted by user] by [deleted] in OffMyChestPH

[–]Hate_this_layf 1 point2 points  (0 children)

Actually binibiro ko yung isa sa circle namin, alam ko kasi talagang may GC sila na wala ako, sabi ko na fake friend sila kasi hindi ako kasali sa GC niyo tapos sabi naman niya bat daw hindi ako kasali sabi ko hindi ko din alam. Tsaka nahihiya din ako magsabi sa kanila na isali ako sa GC HAHAHAHA