15 Reputation Points
Ranked #2K
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.49K
Re: i also wanted to convert a python code to java can any one help?? import datetime import unittest def getAlerts(user_id): //This functions calculates the alerts for the user based on the transactions of his/her friends. It gives the list of alerts in the format <net_friends>,<BUY|SELL>,<ticker> for user to make a … |