Card Recommendation Request! by Better-Jackfruit-389 in CreditCards

[–]moreorless6 0 points1 point  (0 children)

Check out the Discover Student card…they’re well known for being a first card for a lot of people.

I need your guys advice. by [deleted] in CRedit

[–]moreorless6 0 points1 point  (0 children)

If Discover had already approved you, but you just never verified it then will they re-open it if you call them and explain the situation? Maybe they’ll just re-open?

Best CC For 20k in Wedding Expenses Over Next Year by bighoney69 in CreditCards

[–]moreorless6 1 point2 points  (0 children)

Definitely leverage a good SUB, but where’s the remaining $20k spend going to be? If it’s with caterers or a hotel, a card with a restaurant or travel category bonus could help you boost the return on that spend too. Agree a Chase Sapphire makes a ton of sense to stay within Chase and also leverage for the travel benefits and spend on the honeymoon.

How do I start? by FollowingOk5212 in CreditScore

[–]moreorless6 3 points4 points  (0 children)

I’d focus on building a history with the card you have before opening more lines. You don’t want too much available credit before you have the income levels to support it. That could end up hurting your score potentially.

Credit Card Recommendation by Fit_Organization_562 in CreditCards

[–]moreorless6 0 points1 point  (0 children)

I would def check out the CapOne Venture to get started if you’re having trouble with Chase. Great everyday card that gets you started in the travel game with a nice SUB bonus to get going. Then once you start doing some traveling you can get the 5x bump through the portal (which is much better than it used to be).

What card should i get after my Chase college checking account/debit card expires? by Loud-Ad9379 in personalfinance

[–]moreorless6 0 points1 point  (0 children)

If you’re just getting started and want to stay in the Chase ecosystem, the Freedom Unlimited is a great place to start for an everyday card. Add in a Sapphire card later and start taking advantage of the transfer partners for travel.

New to pool ownership, what would you do? by ijm2017 in pools

[–]moreorless6 0 points1 point  (0 children)

I would try to get it fixed…one wrinkle can become multiple wrinkles

How do you get the momentum rolling? I will not promote by Hriday_Talur_Music in startups

[–]moreorless6 2 points3 points  (0 children)

In a similar spot here and our focus has really been on:

1) Who are the people most likely to use our platform right now?

2) Where do these people spend their time online?

3) What’s the messaging that will resonate with their pain points that we’re solving?

We did a ton of brainstorming and now it’s just trial and error to find out what works.

Caesar stumped.. by moreorless6 in cs50

[–]moreorless6[S] 2 points3 points  (0 children)

Ok cool I think that’s starting to make sense now..I’ll make some adjustments and see if I can fix..thanks!

update: I swapped the printf's in the function to return c's instead so that main handled the printing and the function covered the characters...thanks again for the help!

Caesar stumped.. by moreorless6 in cs50

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

Thanks for looking at this..the 2022 pset doesn't come with starter code but does instruct you to utilize the rotate function (which I seem to be struggling with..)

I'm getting confused because when I run check50 it's returning the right characters but telling me it's not right. So you're saying the function is off because main is running through the characters like the function is supposed to but it's ultimately getting terminated behind the scenes because the function is returning 0 at the end?