// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
32.2 C
Singapore

15-year-old arrested in armed robbery case

SINGAPORE: The Singapore Police Force has apprehended a 15-year-old boy in connection with an armed robbery at a convenience store in Tampines. The incident occurred on Tuesday (Sept 19), and the police were mobilised after an urgent call for assistance at 5:30 am.

Preliminary investigations revealed that the teenager had wielded a knife to coerce the shopkeeper to hand over a significant quantity of cigarettes valued at $827 and $180 in cash.

Armed with the evidence collected from the scene along with witness statements, law enforcement officers analysed the convenience store’s CCTV footage. They managed to apprehend the teenage suspect within 10 hours of receiving the initial report. The suspect was apprehended without incident, and the authorities recovered the stolen cigarettes and $30 in cash.

The arrested teenager will be charged with armed robbery on Wednesday (Sept 20). The penalty for robbery is three to 14 years in prison and at least 12 strokes of the cane.

See also  VIDEO | Man admits to stealing e-bike in Yishun, owner asks him to pay $2,000 or else he will call the police, Netizens ask “Is this not extortion?”

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });